From: Jim Blandy Date: Wed, 16 Jun 1993 23:50:05 +0000 (+0000) Subject: * Makefile.in (CPP): New variable, set by the top-level Makefile. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95277 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a84281e72481f3ad24a33d6013e5631541464bc5;p=emacs.git * Makefile.in (CPP): New variable, set by the top-level Makefile. --- diff --git a/src/Makefile.in b/src/Makefile.in index ffeb640bec9..4092005e8f1 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -8,6 +8,7 @@ MAKE = make # ==================== Things `configure' might edit ==================== CC=cc +CPP=cc -E CFLAGS=-g srcdir=@srcdir@/src VPATH=@srcdir@/src